#include <kernel.h>
Inheritance diagram for mudbox::FileEvent:

Public Types |
|
| enum | Type { typeBrowseForRead, typeBrowseForWrite, typePreRead, typePostRead, typePreWrite, typePostWrite } |
Public Member Functions |
|
| virtual const mudbox::ClassDesc * | RuntimeClass (void) const |
Static Public Member Functions |
|
| const mudbox::ClassDesc * | StaticClass (void) |
| mudbox::Node * | CreateInstances (unsigned int iCount=1) |
Public Attributes |
|
| enum mudbox::FileEvent::Type | m_eType |
| QString | m_sFileName |
| Name of the file, or path of the current
operation. This member variable can be modified for some events.
|
|
|
00025 {
00027 typeBrowseForRead,
00029 typeBrowseForWrite,
00031 typePreRead,
00033 typePostRead,
00035 typePreWrite,
00037 typePostWrite
00038 } m_eType;
|
|
|
Reimplemented from mudbox::Node.
00025 {
|
|
|
Reimplemented from mudbox::Node. |
|
|
Reimplemented from mudbox::Node. |
|
|
|
Name of the file, or path of the current operation. This member variable can be modified for some events. |